Uses of Class
com.sabro.jbusiness.sys.SysTarefa.Tipo

Packages that use SysTarefa.Tipo
com.sabro.jbusiness.sys   
 

Uses of SysTarefa.Tipo in com.sabro.jbusiness.sys
 

Methods in com.sabro.jbusiness.sys that return SysTarefa.Tipo
 SysTarefa.Tipo SysTarefa.getTipo()
           
static SysTarefa.Tipo SysTarefa.getTipo(char tipoChar)
           
static SysTarefa.Tipo SysTarefa.Tipo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.Tipo[] SysTarefa.Tipo.values()
          Returns an array containing the constants of this enum type, in the order they're declared.